home *** CD-ROM | disk | FTP | other *** search
/ Freelog 125 / Freelog_MarsAvril2015_No125.iso / ViePratique / gnucash / gnucash-2.6.5-setup.exe / {app} / share / aqbanking / imexporters / csv / profiles / sns.conf < prev    next >
Text File  |  2014-12-19  |  657b  |  34 lines

  1. char name="sns"
  2. char shortDescr="SNS Bank"
  3. char version="0.2"
  4. char longDescr="CSV profiel voor de Nederlandse SNS Bank"
  5. char author="Koos Pol <aqbanking@pohw.nl>"
  6. int import="1"
  7. int export="1"
  8.  
  9. char type="csv"
  10. char groupNames="transaction", "transfer", "debitnote", "line"
  11. char dateFormat="DD-MM-YYYY"
  12. int utc="0"
  13. char valueFormat="rational"
  14.  
  15. params {
  16.   int ignoreLines="0"
  17.   int quote="0"
  18.   int title="0"
  19.   char delimiter="," 
  20.   columns {
  21.     1="Date"
  22.     2="LocalAccountNumber"
  23.     3="RemoteAccountNumber"
  24.     4="RemoteName"
  25.     10="Value/Currency"
  26.     11="Value/Value"
  27.     13="ValutaDate"
  28.     15="Type"
  29.     17="CustomerReference"
  30.     18="Purpose"
  31.   }
  32. }
  33.  
  34.